home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / text / tec10.lha / Examples / test2.tec < prev    next >
Encoding:
Text File  |  1994-05-24  |  163 b   |  14 lines

  1. % Filtering Test - Pass #2 - see test1.tec for introduction
  2.  
  3. default:
  4. 'a' aget
  5. 'e' 'E' copy copy
  6. 'i' >'m'
  7. 'm' >'i'
  8.  
  9. aget:
  10. else copy aignore
  11.  
  12. aignore:
  13. else default
  14.